| 
 | 
 | 
 | 
| SftTree.DropHighlightColor Property | 
Defines the color used to display the drop target item of a drag & drop operation.
Deprecated - Provided for compatibility with earlier versions only - Use Items.DropHighlightColor instead
Syntax
| VB.NET | |||
| VB | Clr = object.DropHighlightColor As OLE_COLOR | ||
| C#.NET | |||
| VC++ | 
OLE_COLOR Clr = object->DropHighlightColor;
 | ||
| C | HRESULT object->get_DropHighlightColor(OLE_COLOR* Clr); | ||
| Delphi | Clr := object.DropHighlightColor : TColor; | ||
| VB.NET | |||
| VB | object.DropHighlightColor = Clr As OLE_COLOR | ||
| C#.NET | |||
| VC++ | 
OLE_COLOR object->DropHighlightColor = Clr;
 | ||
| C | HRESULT object->put_DropHighlightColor(OLE_COLOR Clr); | ||
| Delphi | object.DropHighlightColor := Clr : TColor; | ||
object
A SftTree object.
Clr
Defines the color used to display the drop target item of a drag & drop operation. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.DropHighlightColor instead
The DropHighlightColor property defines the color used to display the drop target item of a drag & drop operation.
The drop target is displayed using Clr based on the Items.DropHighlightStyle and Items.DropHighlight properties.
See Also SftTree Object | Object Hierarchy